home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / lgnp9c.zip / MAKE_LG.BAT < prev    next >
DOS Batch File  |  1992-05-13  |  482b  |  24 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo   This batch file will go to your hard disk's "C" drive and make only
  8. echo   one subdirectory and copy programs and empty data file sets to it.
  9. echo   The setup will take about 100K bytes in drive space.
  10. echo  
  11. echo   (to abort this batch, do a "ctrl-C" and then a "y" now)
  12. echo  
  13. echo  
  14. echo  
  15. echo  
  16. pause
  17. echo on
  18. md c:\logger3
  19. copy *.exe c:\logger3
  20. copy *.cfg c:\logger3
  21. copy *.db* c:\logger3
  22.  
  23. dir c:\logger3
  24.